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
{{ message }}
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
I had forked this repo a while back to create an Asana R client. At that point, everything was working well. Recently, I updated my fork to make sure I have the latest version of the API. However, if I run npm install followed by gulp build now, I run into the following error.
On googling the error, it seems to be the case that Gulp 3 is not longer supported, and I believe this repo uses Gulp 3. Any pointers on how I can get my build working.
I would like to contribute the Asana R client once I clean this up.
fs.js:34
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:34:5
at req_ (/Users/ramnath/Documents/Repositories/ramnathv/asana-api-meta/node_modules/natives/index.js:143:24)
at Object.req [as require] (/Users/ramnath/Documents/Repositories/ramnathv/asana-api-meta/node_modules/natives/index.js:55:10)
at Object.<anonymous> (/Users/ramnath/Documents/Repositories/ramnathv/asana-api-meta/node_modules/fs-extra/node_modules/graceful-fs/fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1139:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1159:10)
at Module.load (internal/modules/cjs/loader.js:988:32)
at Function.Module._load (internal/modules/cjs/loader.js:896:14)
at Module.require (internal/modules/cjs/loader.js:1028:19)
at require (internal/modules/cjs/helpers.js:72:18)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had forked this repo a while back to create an Asana R client. At that point, everything was working well. Recently, I updated my fork to make sure I have the latest version of the API. However, if I run
npm install
followed bygulp build
now, I run into the following error.On googling the error, it seems to be the case that Gulp 3 is not longer supported, and I believe this repo uses Gulp 3. Any pointers on how I can get my build working.
I would like to contribute the Asana R client once I clean this up.
The text was updated successfully, but these errors were encountered: