ZE10011 package.json not found
Package.json is not in a valid json format.
- Error Code:
ZE10011 - Location: Terminal
- Related plugins: all
After we recursively loop for the current working directory where the bundler's config lives and locate the package.json file, we then perform a parsing function to make sure your package.json is a valid JSON format.
If the package.json we located is not in a valid JSON format (hey your npm script or dependencies installation will fail if it is not), we will throw the ZE10011 error.
Debugging the error
Although it's unlikely, do make sure your package.json's format is in correct JSON format.