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
W20180219-17:12:09.856(2)? (STDERR) I:\MeteorProjects\angularcli-meteor-02\api.meteor\local\build\programs\server\boot.js:467
W20180219-17:12:09.861(2)? (STDERR) }).run();
W20180219-17:12:09.861(2)? (STDERR) ^
W20180219-17:12:09.862(2)? (STDERR)
W20180219-17:12:09.862(2)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules
W20180219-17:12:09.863(2)? (STDERR) directory. Please run the following command to install it:
W20180219-17:12:09.863(2)? (STDERR)
W20180219-17:12:09.864(2)? (STDERR) meteor npm install --save babel-runtime
Also :Unable to resolve some modules:
"meteor-rxjs" in /I/MeteorProjects/angularcli-meteor-02/api/server/collections/chats.js (os.windows.x86_64)
"moment" in /I/MeteorProjects/angularcli-meteor-02/api/server/main.js (os.windows.x86_64)
Any suggestions ?
The text was updated successfully, but these errors were encountered:
tried to clone the project, than npm install and then meteor in the api dir.
I'm getting :
WARNING: npm peer requirements (for angular-typescript-compiler) not installed:
@angular\[email protected] not installed.
@angular\[email protected] not installed.
@angular\[email protected] not installed.
@angular\[email protected] not installed.
[email protected] not installed.
and then errors like :
W20180219-17:12:09.856(2)? (STDERR) I:\MeteorProjects\angularcli-meteor-02\api.meteor\local\build\programs\server\boot.js:467
W20180219-17:12:09.861(2)? (STDERR) }).run();
W20180219-17:12:09.861(2)? (STDERR) ^
W20180219-17:12:09.862(2)? (STDERR)
W20180219-17:12:09.862(2)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules
W20180219-17:12:09.863(2)? (STDERR) directory. Please run the following command to install it:
W20180219-17:12:09.863(2)? (STDERR)
W20180219-17:12:09.864(2)? (STDERR) meteor npm install --save babel-runtime
Also :Unable to resolve some modules:
"meteor-rxjs" in /I/MeteorProjects/angularcli-meteor-02/api/server/collections/chats.js (os.windows.x86_64)
"moment" in /I/MeteorProjects/angularcli-meteor-02/api/server/main.js (os.windows.x86_64)
Any suggestions ?
The text was updated successfully, but these errors were encountered: