You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
Hey there, npm run api cannot run without a successful npm install, which is where your problem is right now. The npm install error that you're seeing looks like it's being thrown because you don't have python on your machine - try installing python via the command line, then try to run npm install again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cloned a new project from :
[email protected]:AngularClass/retain-app.git
And i did all these commands :
npm install --global typescript webpack webpack-dev-server tslint
npm install
git checkout module-10
Added to package.json:
"api": "angularclass-server --api retain --port 3500"
npm install
And i get this errors:
https://gist.github.com/morwin10/ad977e66748e339dcbcf46705891e7a8
npm run api
And i get this errors:
https://gist.github.com/morwin10/4def17741c944a7074942b4a56482a2f
My package.json looks like this:
How can i solved this ?
npm-debug.log:
https://gist.github.com/morwin10/cef2bed3b1e85d18d2d2618556de4523
My system:
Windows 7 ultimate 64bit
node v6.4.0
npm v3.10.6
The text was updated successfully, but these errors were encountered: