Help with [email protected] in Window 10 #2380
Answered
by
merceyz
loctran016
asked this question in
Q&A
-
Excuse me. I'm using [email protected] in Window 10 Here is my package.json: {
"name": "loc",
"repository": {
"type": "git",
"url": "https://github.com/LocTran016/loc.git"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-html": "^6.1.1",
"gulp": "^4.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-webp": "^4.0.1"
}
} Every time I tried to install (using PS C:\Users\ADMIN\documents\repo\loc> yarn install
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 0s 221ms
➤ YN0000: └ Completed in 0s 661ms
➤ YN0000: ┌ Link step
➤ YN0062: │ fsevents@patch:fsevents@npm%3A1.2.13#builtin<compat/fsevents>::version=1.2.13&hash=11e9ea The platform win32 is incompatible with this module, build skipped.
➤ YN0000: └ Completed in 0s 271ms
➤ YN0000: Done with warnings in 1s 321ms Is there anyway to fix this. I really appreciate your help. Sorry if I have put this in a wrong place |
Beta Was this translation helpful? Give feedback.
Answered by
merceyz
Jan 15, 2021
Replies: 1 comment 3 replies
-
That's not an error, it's a warning as evident by Yarn printing |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
loctran016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's not an error, it's a warning as evident by Yarn printing
Done with warnings
and it's totally fine to ignore