Set Up an App Dev Environment on Google Cloud: Challenge Lab Reviews
254370 reviews
Prabhakaran J. · Reviewed 6 days ago
Yuvarani G. · Reviewed 6 days ago
Surajit G. · Reviewed 6 days ago
Error: spawn convert ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) To solve this I had to modify package.json: { "name": "thumbnails", "version": "1.0.0", "description": "Create Thumbnail of uploaded image", "scripts": { "preinstall": "npm install sharp --platform=linux --arch=x64", "start": "node index.js" }, "dependencies": { "@google-cloud/functions-framework": "^3.0.0", "@google-cloud/pubsub": "^2.0.0", "@google-cloud/storage": "^5.0.0", "fast-crc32c": "1.0.4", "sharp": "^0.29.3" }, "devDependencies": {}, "engines": { "node": "16.x" } } and use sharp isntead of ImageMagick ! The thumbnail is now succesfully created but I cant get the "Check progress" validation :o(
Sergio T. · Reviewed 6 days ago
Santanu M. · Reviewed 6 days ago
Shubham K. · Reviewed 6 days ago
Mark Joseph C. · Reviewed 6 days ago
Bomminayuni J. · Reviewed 6 days ago
Shrishti M. · Reviewed 6 days ago
Bishwajeet S. · Reviewed 6 days ago
KUSHAL KUMAR C. · Reviewed 6 days ago
Bunny N. · Reviewed 6 days ago
ALIN M. · Reviewed 6 days ago
Akash L. · Reviewed 6 days ago
SWAMI P. · Reviewed 6 days ago
Nice lab
Shriram J. · Reviewed 6 days ago
Harsh M. · Reviewed 6 days ago
Gilang Ramdhani G. · Reviewed 6 days ago
Hemanth K. · Reviewed 6 days ago
Adarsh S. · Reviewed 6 days ago
SriRam K. · Reviewed 6 days ago
Rashi T. · Reviewed 6 days ago
n
Lalbabu P. · Reviewed 6 days ago
Kasish Y. · Reviewed 6 days ago
nice
Karan kumar s. · Reviewed 6 days ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.