-
Notifications
You must be signed in to change notification settings - Fork 127
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
SyntaxError: Octal literals are not allowed in strict mode. [bug] #57
Comments
mkdirp 0.5.1 fixes this issue, so bumping the dependency should be enough see https://github.com/substack/node-mkdirp/commit/48e67fce39f1a5f2aba6196301b7be6d4545d6cf |
for any projects needing this fix, if you use yarn there is a workaround, you could use the
About this yarn feature: https://yarnpkg.com/lang/en/docs/selective-version-resolutions/ |
or if you want to get a surgically specific override you could do something like this:
To have only the |
…a buggy dependency see max-mapper/extract-zip#57
…a buggy dependency see max-mapper/extract-zip#57
…a buggy dependency see max-mapper/extract-zip#57
…a buggy dependency see max-mapper/extract-zip#57
My node runs by default in strict_mode, how to overcome this bug?
The text was updated successfully, but these errors were encountered: