Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception while running apm@0.0 similiar to Issue 129 #131

Closed
Michael-Dido opened this issue Apr 20, 2020 · 8 comments
Closed

Exception while running apm@0.0 similiar to Issue 129 #131

Michael-Dido opened this issue Apr 20, 2020 · 8 comments

Comments

@Michael-Dido
Copy link

Hello,
I am having similar issue.
I have APM working on a virtual machine, But I can't get tit to work an my main development laptop.

npm install
Finds 6 vulnerabilities (1 low, 3 moderate, 2 high) [Same thing on my virtual machine]

2020-04-20T20_37_12_529Z-debug.log

I have tried reinstalling nodejs. Did not help.

What do I do now?

@DeborahK
Copy link
Owner

You can ignore the vulnerabilities warnings. These are in the developer tools that will never be deployed to production.

Be sure you do NOT run a fix. That will update some of the packages without correctly updating all of them. (If you did run a fix, start the process over and don't run the fix.)

If you don't run a fix, everything should work fine.

@Michael-Dido
Copy link
Author

Michael-Dido commented Apr 20, 2020 via email

@DeborahK
Copy link
Owner

DeborahK commented Apr 21, 2020

This path from your error message doesn't look correct: 'C:/Users/Micha/source/Workspaces/MyCopyOfAngularGettingStarted/tsconfig.json'.

My files are all in an APM folder. Or if you didn't rename it: APM-Start.

Be sure you have navigated down to the APM folder containing the package.json and tsconfig.json before you run npm install or npm start.

You could also try running: npm cache verify

Looking at your linked log file, it may be this error that is causing the issue:
7 verbose lifecycle apm@0.0.0~start: unsafe-perm in lifecycle true

If so, I found this: webpack/webpack#8254 (read the last two comments)

Let me know if that helps. If not, a few screen shots of your steps may help.

@DeborahK
Copy link
Owner

DeborahK commented Apr 21, 2020

If you want to proceed without trying to get it to install, you can use Stackblitz instead of downloading and installing anything.

The instructions for using Stackblitz with my files are here: https://github.com/DeborahK/Angular-GettingStarted#stackblitz

@Michael-Dido
Copy link
Author

Michael-Dido commented Apr 21, 2020 via email

@Michael-Dido
Copy link
Author

Michael-Dido commented Apr 23, 2020 via email

@DeborahK
Copy link
Owner

Glad you resolved the issue.

Regarding the player, I had that happen to me last week as well. I just logged out and logged back in and then it was fine.

If the problem persists, contact support@pluralsight.com.

(I have no control/access to provide assistance with Pluralsight's player.)

@DeborahK
Copy link
Owner

I'm closing this issue at this time.

Please reach out if you still have issues with the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants