question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm start problem

See original GitHub issue

Hi sorry for this stupid question but I start code. When I start the monitor with “npm start” I have this : C:\Users\Augustin\shopify-monitor>npm start

shopify-monitor@1.4.1 start C:\Users\Augustin\shopify-monitor node index.js

internal/modules/cjs/loader.js:1237 throw err; ^

SyntaxError: C:\Users\Augustin\shopify-monitor\config.json: Unexpected token ] in JSON at position 750 at parse (<anonymous>) at Object.Module._extensions…json (internal/modules/cjs/loader.js🔢22) at Module.load (internal/modules/cjs/loader.js:1049:32) at Function.Module._load (internal/modules/cjs/loader.js:937:14) at Module.require (internal/modules/cjs/loader.js:1089:19) at require (internal/modules/cjs/helpers.js:73:18) at Object.<anonymous> (C:\Users\Augustin\shopify-monitor\index.js:2:17) at Module._compile (internal/modules/cjs/loader.js:1200:30) at Object.Module._extensions…js (internal/modules/cjs/loader.js:1220:10) at Module.load (internal/modules/cjs/loader.js:1049:32) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! shopify-monitor@1.4.1 start: node index.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the shopify-monitor@1.4.1 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\Augustin\AppData\Roaming\npm-cache_logs\2020-05-23T12_34_00_298Z-debug.log Please help me !

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Dam998commented, May 23, 2020

check your config.json file

0reactions
Augustiincommented, May 23, 2020
Annotation 2020-05-24 004605 And what is this error ?
Read more comments on GitHub >

github_iconTop Results From Across the Web

npm start giving error in node.js - Stack Overflow
The error suggests that the ./bin/www directory is not found. Paths specified with a dot are relative to the current directory, so your...
Read more >
How to fix npm start command not working - Nathan Sebhastian
How to fix npm start command not working · Check if you have a package.json file in your project · Check if you...
Read more >
npm ERR! Missing script: "start" [Solved] | bobbyhadz
To solve the npm ERR! Missing script: "start" error, make sure to add a start command to the scripts object in your package.json...
Read more >
npm start not working / How to fix npm error React ... - YouTube
code #coding # npm #react #coders #computerscience #cs #javascript #javaprogramming #react #reactjs if still not working please watch ...
Read more >
npm err! missing script: start Solution - Career Karma
If you type npm start and get the npm err! missing script: start error, there must be a missing line in the script...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found