error on poly:deploy
See original GitHub issueI tried to deploy my Nodal API on polybit, but got this error on deploy (using nodal v0.12.2):
λ nodal poly:deploy refab
Compiling...
C:\Users\SylvainLap\AppData\Roaming\npm\node_modules\nodal\cli\commands\poly\deploy.js:80
return cb(err, {filename: filename, data: result.toString('base64')});
^
TypeError: Cannot read property 'toString' of undefined
at ReadFileContext.callback (C:\Users\SylvainLap\AppData\Roaming\npm\node_modules\nodal\cli\commands\poly\deploy.js:80:61)
at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:303:13)
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
An error occurred while sending the request. · Issue #87
I am getting the below error while deploying the extensions to DNN stage ... MoveNext() in C:\DNNDev\CantarusCore\PolyDeploy\DeployClient\Program.cs:line 97
Read more >PolyDeploy: Painless Module Deployments for DNN ...
When you upload modules through PolyDeploy, it examines the modules' dependencies and ensures that they can be met. Dependencies are checked ...
Read more >PolyDeploy Donated to DNN Community
The DNN Community has received a great gift from the team at Cantarus that will help to add better deployment scenarios to DNN...
Read more >Automated deployment using GitHub actions for your DNN ...
The workflow depends on you having Cantarus' PolyDeploy module installed and ... you'll see a lot of trial an error if you look...
Read more >Developers - error on poly:deploy -
I tried to deploy my Nodal API on polybit, but got this error on deploy (using nodal v0.12.2): λ nodal poly:deploy refab Compiling....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright everyone, been a bit busy but will spin up a VM this week and play on Windows to fix this for you. 😃 Sorry for the delay!
Hm. I’ll do some deeper diving soon. Maybe just create a queue and limit the number of files open at once.