You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a ES2015 octal literal. This module mainly targets Node.js, not the browser. It's up to you to transpile it with Babel if you want to use it in the browser. You can find a more detailed explanation here: sindresorhus/ama#446
Im using this module in a react app and when trying to bundle the code with webpack in production mode I get an error due to this line:
const defaultPathMode = 0o0700;
with the text Invalid syntax. Should the value be a string (surrounded by quotes)?
The text was updated successfully, but these errors were encountered: