Discussion:
[AngularJS] Having issues with npm/gulp when trying to run API
AceNinja1101
2018-08-13 02:25:05 UTC
Permalink
Alright so I am trying to run the API so I can make sure everything is
running smoothly on my laptop.
- deleted node_modules folder and ran npm install
- emptied the cache, deleted node_modules folder and npm install
- Have googled this issue and nothing seems to solve my particular
problem
I have removed all instances of the node_modules folder and
reinstalled numerous times
this is the error that I am getting when I run **npm start** and even
sometimes trying to **npm install**


gulp[13748]: src\node_contextify.cc:631: Assertion
`args[1]->IsString()' failed.
1: 00007FF78ADA82F5
2: 00007FF78AD84156
3: 00007FF78AD84221
4: 00007FF78AD5A69A
5: 00007FF78B3A5EB2
6: 00007FF78B3A7008
7: 00007FF78B3A636D
8: 00007FF78B3A628B
9: 00000342DA0841C1
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! clark-***@1.0.3 gulp-tsc: `gulp start`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the clark-***@1.0.3 gulp-tsc script.
npm ERR! This is probably not a problem with npm. There is likely
additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!
C:\Users\barta\AppData\Roaming\npm-cache\_logs\2018-08-08T00_56_55_315Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! clark-***@1.0.3 start: `npm run gulp-tsc`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the clark-***@1.0.3 start script.
npm ERR! This is probably not a problem with npm. There is likely
additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!
C:\Users\barta\AppData\Roaming\npm-cache\_logs\2018-08-08T00_56_55_346Z-debug.log
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Sander Elias
2018-08-13 03:45:25 UTC
Permalink
Hi Ace,

What is it you are trying to do? What is your source? It hard to help you
with partial information

Regards
Sander
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
AceNinja1101
2018-08-14 01:40:24 UTC
Permalink
I am trying to run an API on my new laptop but it doesn't seem to run or do
anything. Anytime I run npm start it gives that error above
Post by Sander Elias
Hi Ace,
What is it you are trying to do? What is your source? It hard to help you
with partial information
Regards
Sander
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Sander Elias
2018-08-14 01:49:35 UTC
Permalink
Well, I'm seeing a couple of `ELIFECYCLE` errors. That's an end of
lifecycle. Usually, that means you have packages that are not supported by
your current node version. I guess you should update your API to a more
current version.
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
AceNinja1101
2018-08-14 01:52:00 UTC
Permalink
I did run npm update to update all modules and dependencies and still
getting the error and I did reinstall node_modules many times
Post by Sander Elias
Well, I'm seeing a couple of `ELIFECYCLE` errors. That's an end of
lifecycle. Usually, that means you have packages that are not supported by
your current node version. I guess you should update your API to a more
current version.
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
AceNinja1101
2018-08-14 02:11:11 UTC
Permalink
Thank you so it turns out I had the wrong nodejs installed!
Post by AceNinja1101
I did run npm update to update all modules and dependencies and still
getting the error and I did reinstall node_modules many times
Post by Sander Elias
Well, I'm seeing a couple of `ELIFECYCLE` errors. That's an end of
lifecycle. Usually, that means you have packages that are not supported by
your current node version. I guess you should update your API to a more
current version.
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Loading...