zhongjiajie commented on a change in pull request #690: URL: https://github.com/apache/dolphinscheduler-website/pull/690#discussion_r807517463
########## File path: README.md ########## @@ -12,6 +12,11 @@ Please also make sure your node version is 10+, version lower than 10.x is not s 1. Run `npm install` in the root directory to install the dependencies. 2. Run `npm run start` in the root directory to start a local server, you will see the website in 'http://localhost:8080'. +``` +Note: if you clone the code in Windows, not Mac. Please read the details below. +If you execute the commands like the two steps above, you will get the exception "UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, symlink '2.0.3' -> 'latest'". +When meeting this problem. You can run two steps in the cmd.exe as an ADMINISTRATOR MEMBER. Review comment: ```suggestion When meeting this problem. You can run two steps in the cmd.exe as an ADMINISTRATOR MEMBER. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
